home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gconf2-common.postrm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-06
|
367 b
|
19 lines
#!/bin/sh
set -e
if [ "$1" = "purge" ];then
if [ -x /usr/bin/ucf ]; then
ucf --purge /etc/gconf/2/path
fi
if [ -d /etc/gconf/2 ]; then
rm -f /etc/gconf/2/path
rmdir -p --ignore-fail-on-non-empty /etc/gconf/2
fi
rm -rf /var/lib/gconf
rm -rf /etc/gconf/gconf.xml.mandatory
rm -rf /etc/gconf/gconf.xml.defaults
fi